net/netip.Addr.v6u16 (method)
7 uses
net/netip (current package)
netip.go#L372: func (ip Addr) v6u16(i uint8) uint16 {
netip.go#L532: return ip.v6u16(0)&0xffc0 == 0xfe80
netip.go#L581: return ip.v6u16(0)&0xff0f == 0xff01
netip.go#L600: return ip.v6u16(0)&0xff0f == 0xff02
netip.go#L913: for j < 8 && ip.v6u16(j) == 0 {
netip.go#L932: ret = appendHex(ret, ip.v6u16(i))
netip.go#L958: ret = appendHexPad(ret, ip.v6u16(i))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |